Deleting Connector with the API
Using this API you can delete a TIBCO Flogo® Connector provisioned on aData Plane.
To delete a connector you need the connector ID and it's version, which can be retrieved using the GET /v1/dp/connectors method.
- Procedure
Call the DELETE /v1/dp/connectors/{connectorId}/{version} method to return list of all TIBCO Flogo® Connectors in the specified Data Plane.
Include one or more of the query parameters to filter the results. Click the API Documentation button on your Data Plane for more information.
Use the GET /v1/dp/connectors method to check whether or not the connector has been successfully deleted.